home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / uglbedt.exe / README.TXT < prev    next >
Encoding:
Text File  |  1993-01-17  |  950 b   |  21 lines

  1. One of the many limitations of Edit controls used in TWindows is that
  2. the edit buffer is allocated from the local heap and is normally much
  3. smaller than 32K (the Edit controls maximum size).  
  4.  
  5. UGLBEDIT provides a descendant to TEdit called TGLBEdit that allocates
  6. its edit buffer from the Windows Global Heap rather than the local heap.
  7.  
  8. Also provided is a descendant of TFileWindow called TBigFileWindow that
  9. makes use of the TGLBEdit object.
  10.  
  11. This routine was translated from a C++ file available in the Borland
  12. C++ library (64KEDI.ZIP).  The original C++ file provided instructions
  13. to expand the edit buffer to 64K, but this involves modifying TEdit,
  14. TStatic, TFileWindow and TEditWindow and seemed somewhat dangerous.
  15. TGLBEdit limits the buffer to roughly 32K.
  16.  
  17. If you're ambitious, you can get the file and give it a try.  The 
  18. original C++ file is by Gene Daniel and is called 64KEDI.ZIP.
  19.  
  20. Mike Taylor
  21. CompuServe 76625,2552